API参考

新建账套

方式一:调用接口

Path: http://www.jzhangfang.com/api/service?cmd=CreateAcct

Method: POST

描述: 新建账套

请求参数

{
  "token":"20CAAD53FFBB64E7E0D9A34430316228A93D8880CDA6B8B4BC4A886DA……",
  "acctInfo":{ 
    "code":"",
    "shortName":"北京龙城科技",
    "taxScale":"0",
    "tradeId":"13b93e79-5816-447a-8d69-9ff0b66b72f9",
    "accPeriod":"2018-07",
    "templateId":"2801ad6d-b873-4196-afab-a224a2bac37b",
    "master":"张三",
    "auditer":"李四",
    "operator":"王五",
    "bit1":"4",
    "bit2":"3",
    "bit3":"3",
    "bit4":"3",
    "bit5":"3",
    "amount_len":"2",
    "currency_len":"2",
    "price_len":"2",
    "num_len":"2",
    "exrate_useway":"0",
    "pzword_groupId": "1",
    "taxCertificateNumber": "1234567890"
  }
}

请求参数说明

字段 是否必须 描述
token 登录令牌
acctInfo 账套信息,JSON格式
-- code 客户编码
-- shortName 客户简称
-- taxScale 纳税规模: 0-一般纳税人 1-小规模纳税人
-- tradeId 所属行业id,通过获取行业列表得到
-- accPeriod 建账期间
-- templateId 建账模板id,通过获取建账模板列表得到
-- master 会计主管
-- auditer 审核人
-- operator 制单人
-- bit1 编码第一位
-- bit2 编码第二位
-- bit3 编码第三位
-- bit4 编码第四位
-- bit5 编码第五位
-- amount_len 本币小数位数,默认2位
-- currency_len 外币小数位数,默认2位
-- price_len 单价小数位数,默认2位
-- num_len 数量小数位数,默认2位
-- exrate_useway 外币核算方式:0-月初汇率核算;1-实时汇率核算
-- pzword_groupId 凭证字:可选值 0-记,1-收付转,2-自定义
-- taxCertificateNumber 纳税人识别号

返回参数

{"Status":"1","Msg":"","Ret":{"accountId":""}}

返回参数说明

参数名称 类型 描述
Ret JSON 结果
-- accountId String 账套id
Status String 状态: 1-成功,0-失败,2-token失效
Msg String 消息提示语

方式二:调用建账页面

Url: http://www.jzhangfang.com/zk-web/dist/index.html#/createAccount?token=xxx&NewAccountID=xxx&erp_IndustryTmpl_id=xxx

Method: GET

描述: 新建账套,跳转浏览器新窗口或在系统内部<iframe>嵌套打开建账页面

传入参数说明

字段 是否必须 描述
token 登录令牌
NewAccountID 账套id
erp_IndustryTmpl_id 行业id